home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1082.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.1 KB  |  31 lines

  1. This one is a bit more practical than the astronaut.  It puts up a little
  2. book icon at the bottom of the page and you can use it to select UP,
  3. FORWARD, or BACK in the text.  To be fully functional (so it knows were
  4. you clicked on the icon) you need the xmosaic-1.0-image-hack patches
  5. available from the demo page.
  6.  
  7. I'm thinking about how to do auto-indexing because there is no point in
  8. doing this by hand (esp with my weird syntax for this).  It'll probably
  9. be database driven with an HTML+ interperter in the server that takes
  10. something like
  11. >>>INDEX_ME<<<
  12. in the document and sticks the index info there.  Any thoughts?  My
  13. next project towards this goal is file type mapping in &send_file;
  14. so it'll take foo.xxx and run it through a specified filter that
  15. converts it to html (for dumping databases, doing interpreted menus,
  16. and on the fly indexing).
  17.  
  18. The demo is at:
  19.  
  20. http://www.bsdi.com/demo/bookmark/index.html
  21.  
  22. The code is http://www.bsdi.com/server/bookmark.pl
  23. The image data is http://www.bsdi.com/images/bookmark/
  24.  
  25. I haven't documented this in the server docs yet.  I will before 1.1.
  26.  
  27. Enjoy!
  28.  
  29. --sanders@bsdi.com
  30.  
  31.